Description
Gets a document rendition given its name. Returns the rendition blob.
Operation id | Document.GetRendition |
Category | Files |
Label | Gets a document rendition |
Requires | |
Since | |
Parameters
Signature
Inputs | document, documents |
Outputs | blob, bloblist |
Implementation Information
JSON Definition
{
"id" : "Document.GetRendition",
"label" : "Gets a document rendition",
"category" : "Files",
"requires" : null,
"description" : "Gets a document rendition given its name. Returns the rendition blob.",
"url" : "Document.GetRendition",
"signature" : [ "document", "blob", "documents", "bloblist" ],
"params" : [ {
"name" : "renditionName",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}